home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3preims.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_PREIMAGESPEC_H = 1;
- include("real/raytr/r3frbase.js")
-
-
- var R3CLID_PREIMAGESPEC = 1544;
-
-
-
-
-
- R3PISM_ENDRENDER = 1544000;
-
- function mR3PISM_ENDRENDER() {
- DoA(this.r3obj, 1544000, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
- R3PISA_OutputName = 1544500;
- function SetR3PISA_OutputName(value) {
- R3Set(this.r3obj, R3PISA_OutputName, value, R3TID_STRING, 0);
- }
-
- function GetR3PISA_OutputName() {
- return R3Get(this.r3obj, R3PISA_OutputName, R3TID_STRING, 0);
- }
-
-
-
- function r3Preimagespec () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_PREIMAGESPEC, arguments);
- }
- // Methods
- this.ENDRENDER=mR3PISM_ENDRENDER;
-
- // Attributes
- this.GetOutputName=GetR3PISA_OutputName;
- this.SetOutputName=SetR3PISA_OutputName;
- }
-
- r3Preimagespec.prototype=new r3Root;
- // r3preims.h_H